docs: fix spurious list close tag
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 3 Feb 2014 14:51:40 +0000 (09:51 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 3 Feb 2014 14:51:40 +0000 (09:51 -0500)
Missed by patch 30cc1512e

gtk/gtklabel.c

index a91c0add1678d0261782473b0ee9928c76137dce..ab769f1aae6a8165512cfb788f6a6be549ac1dc8 100644 (file)
@@ -596,7 +596,6 @@ gtk_label_class_init (GtkLabelClass *class)
    * - Arrow keys move by individual characters/lines
    * - Ctrl-arrow key combinations move by words/paragraphs
    * - Home/End keys move to the ends of the buffer
-   * </itemizedlist>
    */
   signals[MOVE_CURSOR] = 
     g_signal_new (I_("move-cursor"),